jade.content.abs
Class AbsActionPredicate

java.lang.Object
  |
  +--jade.content.abs.AbsObject
        |
        +--jade.content.abs.AbsContentElement
              |
              +--jade.content.abs.AbsProposition
                    |
                    +--jade.content.abs.AbsActionPredicate

public class AbsActionPredicate
extends AbsProposition

Author:
Federico Bergenti - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
AbsActionPredicate(java.lang.String name)
          Constructor
 
Method Summary
 void set(java.lang.String name, AbsContentElement value)
          Sets the argument of the predicate.
 
Methods inherited from class jade.content.abs.AbsObject
dump, dump, getAbsObject, getCount, getNames, getTypeName, isGrounded, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsActionPredicate

public AbsActionPredicate(java.lang.String name)
Constructor
Parameters:
name - the name of the predicate.
Method Detail

set

public void set(java.lang.String name,
                AbsContentElement value)
Sets the argument of the predicate.
Parameters:
name - name of the argument.
value - value of the argument.